

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: 'Poppins', sans-serif;
}


.navbar{
    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:20px 60px;

    background-color:#105666;
    border-bottom:1px solid #e5e5e5;
}


.logo{
    font-size:24px;
    font-weight:bold;
    color:#FFFCFC;
}



.nav-menu{
    list-style:none;
    display:flex;
    gap:40px;
}



.nav-menu a{
    text-decoration:none;
    color:#FFFCFC;
    font-size:16px;

    transition:0.3s;
}



.nav-menu a:hover{
    color:#C2DC80;
}

.hero{
    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:100px;
    padding-left:150px;

}

.hero-text h1{
    font-size:50px;
    margin-bottom:10px;
    color:#D56989;
}

.hero-text p{
    font-size:20px;
    color:#241713;
    margin-bottom:25px;
}

.cta-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #D56989;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  transition: 0.3s;
}

.cta-button:hover {
  background-color: #C2DC80;
  color:#105666;
}


.hero-image img{
    align-items:center;
    width:400px;
    border-radius:10px;
}

.about-intro {
  text-align: center;
  padding: 100px 20px 120px 20px;
  font-size: 40px;
  color: #D56989;
}

.about-intro p {
  max-width: 800px;
  margin: 20px auto;
  font-size: 20px;
  color: #241713;
  line-height: 1.6;
  padding: 0;
}


.cta-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #D56989;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  transition: 0.3s;
  font-size:20px;
}

.cta-button:hover {
  background-color: #C2DC80;
}


.about-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;

  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
}

.about-text.right {
  text-align: right;
  margin-left: auto; 
}


.about-text h2 {
  font-size: 50px;
  color: #D56989;
  padding-left: 0;
}

.about-text.right {
  text-align: right;
  margin-left: 0;
}


.about-text ul {
  list-style: square;
  padding-left: 20px;
  font-size: 20px;
}

.about-text li {
  margin-bottom: 10px;
  font-size:20px;
}

.about-text p {
  margin-bottom: 10px;
  font-size:20px;
}


.about-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.about-image img {
  max-width: 100%;
  height: auto;
  padding-left: 0;
}

.about-row.reverse {
  flex-direction: row-reverse;
}


.contact-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px;
  gap: 50px;
}


.contact-left {
  flex: 1;
}

.contact-left h1 {
  margin-bottom: 10px;
  color:#D56989;
  font-size: 50px;
}

.contact-left p {
  margin-bottom: 30px;
  color:#241713;
}

.contact-form {
  display: flex;
  flex-direction: column;
}

.input-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.input-row input {
  flex: 1;
}

input, textarea {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-family: 'Poppins', sans-serif;
}


button {
  margin-top: 15px;
  padding: 12px;
  background-color: #D56989;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

button:hover {
  background-color: #96C1C5;
}


.contact-right {
  flex: 1;
  display: flex;
  justify-content: center;
}

.contact-right img {
  max-width: 100%;
  height: 400px;
}


.social-section {
  text-align: center;
  padding: 60px 20px;
}

.social-section h2 {
  margin-bottom: 30px;
  color:#D56989;
  font-size:50px;
}


.social-icons {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
  width: fit-content;
  margin: 0 auto;
}


.social-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; 
}

.social-item img {
  width: 100px;
  height: 100px;
  margin-top: 60px;
  margin-bottom: 20px;
}


.social-item p {
  margin: 5px 0;
  margin-top: 30px;
  font-weight: 500;
  color:#105666;
  font-size:20px;
}


.projects-header {
  text-align: center;
  padding: 80px 20px;
}

.projects-header h1 {
  font-size: 60px;
  color: #D56989;
}

.projects-header p {
  margin-top: 15px;
  font-size: 20px;
  color: #241713;
}


.project-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;

  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
}


.project-image {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}

.project-image img {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
}


.project-text {
  flex: 1;
}

.project-text h2 {
  font-size: 30px;
  color: #D56989;
  margin-bottom: 15px;
}

.project-text p {
  font-size: 18px;
  color: #241713;
  line-height: 1.6;
}

.footer {
  text-align: center;
  padding: 25px 20px;
  background-color: #105666;
  color: #FFFCFC;
  font-size: 14px;
  letter-spacing: 0.5px;
}

@media (max-width: 360px) {

  /* GLOBAL */
  body {
    overflow-x: hidden;
  }

  /* NAVBAR */
  .navbar {
    padding: 15px;
  }

  .logo {
    font-size: 18px;
  }

  .nav-menu a {
    font-size: 14px;
  }

  /* HERO */
  .hero {
    padding: 40px 20px;
  }

  .hero-text h1 {
    font-size: 24px;
  }

  .hero-text p {
    font-size: 13px;
  }

  .cta-button {
    font-size: 14px;
    padding: 10px 18px;
  }

  .hero-image img {
    width: 100%;
    max-width: 250px;
  }

  /* ABOUT */
  .about-intro {
    font-size: 22px;
    padding: 40px 15px;
  }

  .about-intro p {
    font-size: 13px;
  }

  .about-text h2 {
    font-size: 22px;
  }

  .about-text p,
  .about-text li {
    font-size: 13px;
  }

  /* PROJECTS */
  .projects-header h1 {
    font-size: 28px;
  }

  .project-text h2 {
    font-size: 18px;
  }

  .project-text p {
    font-size: 13px;
  }

  /* CONTACT */
  .contact-left h1 {
    font-size: 24px;
  }

  input, textarea {
    font-size: 13px;
  }

  button {
    font-size: 14px;
  }

  .contact-right img {
    max-width: 250px;
    height: auto;
  }

  /* SOCIAL */
  .social-section h2 {
    font-size: 24px;
  }

  .social-item img {
    width: 60px;
    height: 60px;
  }

  .social-item p {
    font-size: 13px;
  }

}
